Feature: Create Post

Scenarios

Chart

Status

Progress

1

Passed

100.00%

Failed

0.00%
Total duration:
1m 39.690s

Scenario: User can create a post successfully

Before 0m 0.878s
Given I navigate to page "<LOGIN_URL>" 0m 0.752s
And I wait for 5 seconds 0m 5.197s
When I enter a correct email "<EMAIL>" 0m 0.216s
And I wait for 2 seconds 0m 2.192s
When I enter a correct password "<PASSWORD>" 0m 0.188s
And I wait for 2 seconds 0m 2.199s
When I click on the signin button 0m 0.353s
And I wait for 5 seconds 0m 5.262s
Then I can see dashboard admin 0m 0.233s
And I wait for 2 seconds 0m 2.229s
When I select the "See Most Posts" section 0m 0.270s
And I wait for 2 seconds 0m 2.203s
When I select the "Create New Post" options 0m 0.226s
And I wait for 2 seconds 0m 2.176s
When I type the post title "New Post Title" 0m 0.172s
And I wait for 2 seconds 0m 2.173s
When I click on the body text 0m 0.161s
And I wait for 2 seconds 0m 2.174s
When I click on the "Publish" option 0m 0.212s
And I wait for 2 seconds 0m 2.186s
When I click on "Finish Review" 0m 0.184s
And I wait for 2 seconds 0m 2.187s
When I click on the "Publish Post Now" button 0m 0.234s
And I wait for 5 seconds 0m 5.234s
Then I confirm that post was created 0m 0.196s
After 0m 0.003s

Screenshots

Before
NO IMAGE AVAILABLE
Given I navigate to page "<LOGIN_URL>"
And I wait for 5 seconds
When I enter a correct email "<EMAIL>"
And I wait for 2 seconds
When I enter a correct password "<PASSWORD>"
And I wait for 2 seconds
When I click on the signin button
And I wait for 5 seconds
Then I can see dashboard admin
And I wait for 2 seconds
When I select the "See Most Posts" section
And I wait for 2 seconds
When I select the "Create New Post" options
And I wait for 2 seconds
When I type the post title "New Post Title"
And I wait for 2 seconds
When I click on the body text
And I wait for 2 seconds
When I click on the "Publish" option
And I wait for 2 seconds
When I click on "Finish Review"
And I wait for 2 seconds
When I click on the "Publish Post Now" button
And I wait for 5 seconds
Then I confirm that post was created
After
NO IMAGE AVAILABLE